org.wso2.wsas.persistence.exception
Class ModuleAlreadyExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.wso2.wsas.persistence.exception.ModuleAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ModuleAlreadyExistsException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ModuleAlreadyExistsException()
           
ModuleAlreadyExistsException(java.lang.String message)
           
ModuleAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
           
ModuleAlreadyExistsException(java.lang.Throwable cause)
           
 
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

ModuleAlreadyExistsException

public ModuleAlreadyExistsException()

ModuleAlreadyExistsException

public ModuleAlreadyExistsException(java.lang.String message)

ModuleAlreadyExistsException

public ModuleAlreadyExistsException(java.lang.Throwable cause)

ModuleAlreadyExistsException

public ModuleAlreadyExistsException(java.lang.String message,
                                    java.lang.Throwable cause)