org.wso2.wsas.persistence.exception
Class ModulePolicyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.wsas.persistence.exception.ModulePolicyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ModulePolicyNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

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

ModulePolicyNotFoundException

public ModulePolicyNotFoundException()

ModulePolicyNotFoundException

public ModulePolicyNotFoundException(java.lang.String message)

ModulePolicyNotFoundException

public ModulePolicyNotFoundException(java.lang.Throwable cause)

ModulePolicyNotFoundException

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