com.sun.identity.liberty.ws.authnsvc
Class  AuthnSvcException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.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
 
| 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 | 
 
AuthnSvcException
public AuthnSvcException()
- Create an AuthnSvcExceptionwith no message.
AuthnSvcException
public AuthnSvcException(java.lang.String s)
- Create an AuthnSvcExceptionwith a message.
- 
- Parameters:
- s- exception message.
 
AuthnSvcException
public AuthnSvcException(java.lang.Throwable t)
- Constructs with Throwableobject.
- 
- Parameters:
- t-- Throwableobject
 
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.