org.openpermis.subject.format
Class DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openpermis.subject.format.DecodingException
All Implemented Interfaces:
Serializable

public class DecodingException
extends Exception

Exception type for role assignment decoding.

See Also:
Serialized Form
Since:
0.9.0

Constructor Summary
DecodingException(String message)
          Creates a new exception with the specified message.
DecodingException(String message, Throwable cause)
          Creates a new exception with the specified message and cause.
 
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

DecodingException

public DecodingException(String message)
Creates a new exception with the specified message.

Parameters:
message - the exception details.
Since:
0.9.0

DecodingException

public DecodingException(String message,
                         Throwable cause)
Creates a new exception with the specified message and cause.

Parameters:
message - the exception details.
cause - the original cause for this exception.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG