SMILA (incubation) API documentation

org.eclipse.smila.security
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.security.SecurityException
All Implemented Interfaces:
java.io.Serializable

public class SecurityException
extends java.lang.Exception

SecurityException. Thrown on errors when processing SMILA security metadata.

See Also:
Serialized Form

Constructor Summary
SecurityException(java.lang.String message)
          constructur with message.
SecurityException(java.lang.String message, java.lang.Throwable cause)
          constructur with mesage and causing exception.
SecurityException(java.lang.Throwable cause)
          constructur with causing exception.
 
Method Summary
 
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

SecurityException

public SecurityException(java.lang.String message)
constructur with message.

Parameters:
message - detailed error message.

SecurityException

public SecurityException(java.lang.Throwable cause)
constructur with causing exception.

Parameters:
cause - exception that caused the error.

SecurityException

public SecurityException(java.lang.String message,
                         java.lang.Throwable cause)
constructur with mesage and causing exception.

Parameters:
message - detailed error message.
cause - exception that caused the error.

SMILA (incubation) API documentation