org.apache.geronimo.corba.security
Class SASException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SASException(int major)
           
SASException(int major, Throwable cause)
           
 
Method Summary
 byte[] getErrorToken()
           
 int getMajor()
           
 int getMinor()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SASException

public SASException(int major)

SASException

public SASException(int major,
                    Throwable cause)
Method Detail

getMajor

public int getMajor()

getMinor

public int getMinor()

getErrorToken

public byte[] getErrorToken()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.