org.apache.geronimo.corba.security
Class SASException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geronimo.corba.security.SASException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SASConflictingEvidenceException, SASInvalidEvidenceException, SASInvalidMechanismException, SASNoContextException
public class SASException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SASException
public SASException(int major)
SASException
public SASException(int major,
Throwable cause)
getMajor
public int getMajor()
getMinor
public int getMinor()
getErrorToken
public byte[] getErrorToken()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.