com.sun.identity.liberty.ws.paos
Class PAOSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.liberty.ws.paos.PAOSException
All Implemented Interfaces:
java.io.Serializable

public class PAOSException
extends java.lang.Exception

The PAOSException class represents a error while processing SOAP request and response.

See Also:
Serialized Form

Constructor Summary
PAOSException()
          The default constructor.
PAOSException(java.lang.String s)
          The constructor with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PAOSException

public PAOSException()
The default constructor.

PAOSException

public PAOSException(java.lang.String s)
The constructor with a message.
Parameters:
s - exception message.