Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.rt
Class UnauthorizedOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.panama.PanamaException
              extended byoracle.panama.rt.UnauthorizedOperationException

All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable

public class UnauthorizedOperationException
extends PanamaException

This UnauthorizedOperationException is raised if logged-in user does not have sufficient privilege to perform the operation.

Since:
Oracle9i Application Server Wireless Edition
See Also:
Serialized Form

Constructor Summary
UnauthorizedOperationException(java.lang.String msg)
Construct with a plain message.

Methods inherited from class oracle.panama.PanamaException
getDetail, getLocalizedMessage, getLocalizedMessage, getMessage, setMessageArguments, setMessageCode, toString

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

UnauthorizedOperationException

public UnauthorizedOperationException(java.lang.String msg)
Construct with a plain message.
Parameters:
msg - the message.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.