org.wso2.carbon.jarservices
Class JarUploadException

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

public class JarUploadException
extends Exception

See Also:
Serialized Form

Constructor Summary
JarUploadException()
           
JarUploadException(String message)
           
JarUploadException(String message, Throwable cause)
           
JarUploadException(Throwable cause)
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

JarUploadException

public JarUploadException()

JarUploadException

public JarUploadException(String message)

JarUploadException

public JarUploadException(String message,
                          Throwable cause)

JarUploadException

public JarUploadException(Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setMessage

public void setMessage(String message)


Copyright © 2015 WSO2. All rights reserved.