org.openliberty.openaz.pep
Class PepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.openaz.pep.PepException
All Implemented Interfaces:
java.io.Serializable

public class PepException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PepException(java.lang.String message)
           
PepException(java.lang.String message, java.lang.Throwable cause)
           
PepException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PepException

public PepException(java.lang.Throwable cause)

PepException

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

PepException

public PepException(java.lang.String message)