|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.glite.security.SecurityException
public class SecurityException
This is a security exception which can be converted
into an Axis Fault and thrown across a SOAP communication.
Based on the org.edg.data.util.FaultableException
.
Constructor Summary | |
---|---|
SecurityException(java.lang.String message)
Constructs an SecurityException with the specified
detail message. |
Method Summary | |
---|---|
org.apache.axis.AxisFault |
asFault()
Return this exception as an AXIS Fault |
static java.lang.String |
faultCode()
The code for security faults. |
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 |
---|
public SecurityException(java.lang.String message)
SecurityException
with the specified
detail message.
message
- the pfnMethod Detail |
---|
public org.apache.axis.AxisFault asFault()
public static java.lang.String faultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |