Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class VerifyContentException

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

public class VerifyContentException
extends PanamaException
See Also:
Serialized Form

Constructor Summary
VerifyContentException(java.lang.String errorMessage)
          Construct a VerifyContentException with a plain message.
VerifyContentException(java.lang.Throwable detail)
          Construct a VerifyContentException with a detailed exception caught during verification time, 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

VerifyContentException

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

VerifyContentException

public VerifyContentException(java.lang.Throwable detail)
Construct a VerifyContentException with a detailed exception caught during verification time, 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.