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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.liberty.ws.dst.DSTException

public class DSTException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
DSTException(String msg)
          Constructor with a message.
DSTException(Throwable t)
          Constructor with Throwable object.
 

Constructor Detail

DSTException

public DSTException(Throwable t)
Constructor with Throwable object.


DSTException

public DSTException(String msg)
Constructor with a message.

Parameters:
msg - exception message.