com.emarsys.ecommon.exceptions
Class InsufficientRightsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.emarsys.ecommon.exceptions.EmaException
              extended by com.emarsys.ecommon.exceptions.InsufficientRightsException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientRightsException
extends EmaException

Creationdate: Jun 6, 2007

Author:
Matthias Marchart
See Also:
Serialized Form

Constructor Summary
InsufficientRightsException(java.lang.String message)
           
InsufficientRightsException(java.lang.String message, java.lang.Throwable 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

InsufficientRightsException

public InsufficientRightsException(java.lang.String message,
                                   java.lang.Throwable cause)
Parameters:
message -
cause -

InsufficientRightsException

public InsufficientRightsException(java.lang.String message)
Parameters:
message -


Copyright © 2010 emarsys AG. All Rights Reserved.