com.sun.identity.liberty.ws.dst
Class DSTException

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

public class DSTException
extends java.lang.Exception

The DSTException class represents a error while processing DST query/modify requests.

See Also:
Serialized Form

Constructor Summary
DSTException(java.lang.String msg)
          Constructor with a message.
DSTException(java.lang.Throwable t)
          Constructor with Throwable object.
 
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

DSTException

public DSTException(java.lang.Throwable t)
Constructor with Throwable object.

DSTException

public DSTException(java.lang.String msg)
Constructor with a message.
Parameters:
msg - exception message.