de.osci.osci12.roles
Class OSCIRoleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.osci.osci12.OSCIException
                    |
                    +--de.osci.osci12.roles.OSCIRoleException
All Implemented Interfaces:
java.io.Serializable

public class OSCIRoleException
extends OSCIException

Diese Exception zeigt an, daß einem Rollenobjekt für eine unzulässige Operation verwendet wurde. Beispiel: An die Methode ContentContainer.sign(Role) wird ein Role-Objekt übergeben, welches kein Signer-Objekt enthält.

Copyright: Copyright (c) 2003

Organisation: bremen online services GmbH & Co. KG

See Also:
Serialized Form

Constructor Summary
OSCIRoleException(java.lang.String errorCode)
           
OSCIRoleException(java.lang.String message, java.lang.String errorCode)
           
 
Methods inherited from class de.osci.osci12.OSCIException
getErrorCode, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSCIRoleException

public OSCIRoleException(java.lang.String errorCode)

OSCIRoleException

public OSCIRoleException(java.lang.String message,
                         java.lang.String errorCode)