com.sun.identity.liberty.ws.authnsvc
Class AuthnSvcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.liberty.ws.authnsvc.AuthnSvcException
All Implemented Interfaces:
java.io.Serializable

public class AuthnSvcException
extends java.lang.Exception

This class is an extension point for all Authentication Service related exceptions.

See Also:
Serialized Form

Constructor Summary
AuthnSvcException()
          Create an AuthnSvcException with no message.
AuthnSvcException(java.lang.String s)
          Create an AuthnSvcException with a message.
AuthnSvcException(java.lang.Throwable t)
          Constructs with Throwable object.
 
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

AuthnSvcException

public AuthnSvcException()
Create an AuthnSvcException with no message.


AuthnSvcException

public AuthnSvcException(java.lang.String s)
Create an AuthnSvcException with a message.

Parameters:
s - exception message.

AuthnSvcException

public AuthnSvcException(java.lang.Throwable t)
Constructs with Throwable object.

Parameters:
t - Throwable object


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