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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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, 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

PAOSException

public PAOSException()
The default constructor.


PAOSException

public PAOSException(java.lang.String s)
The constructor with a message.

Parameters:
s - exception message.


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.