Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class AuthenticateContentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.model.AuthenticateContentException
All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable

public class AuthenticateContentException
extends PanamaException
See Also:
Serialized Form

Constructor Summary
AuthenticateContentException(java.lang.String errorMessage)
          Construct a AuthenticateContentException with a plain message.
AuthenticateContentException(java.lang.Throwable detail)
          Construct a AuthenticateContentException with a detailed exception caught when uploading DeliverableContent, the message will be derived from the detailed exception.

 

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

AuthenticateContentException

public AuthenticateContentException(java.lang.String errorMessage)
Construct a AuthenticateContentException with a plain message.

AuthenticateContentException

public AuthenticateContentException(java.lang.Throwable detail)
Construct a AuthenticateContentException with a detailed exception caught when uploading DeliverableContent, the message will be derived from the detailed exception.
Parameters:
detail - the detailed exception.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.