com.sap.ip.me.api.security
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.ip.me.api.security.PermissionException
All Implemented Interfaces:
java.io.Serializable

public class PermissionException
extends java.lang.Exception

Copyright: Copyright (c) 2002

Company: SAP AG

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
PermissionException()
          Constructor for the PermissionException object
PermissionException(java.lang.String message)
          Constructor for the PermissionException object
 
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

PermissionException

public PermissionException(java.lang.String message)
Constructor for the PermissionException object

Parameters:
message - Message for the Exception

PermissionException

public PermissionException()
Constructor for the PermissionException object