org.wso2.carbon.utils
Class AntBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.utils.AntBuildException
All Implemented Interfaces:
Serializable

public class AntBuildException
extends Exception

See Also:
Serialized Form

Constructor Summary
AntBuildException()
           
AntBuildException(String message)
           
AntBuildException(String message, Throwable cause)
           
AntBuildException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AntBuildException

public AntBuildException()

AntBuildException

public AntBuildException(String message)

AntBuildException

public AntBuildException(Throwable cause)

AntBuildException

public AntBuildException(String message,
                         Throwable cause)


Copyright © 2014 WSO2 Inc. All rights reserved.