Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class ModerateContentException

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

public class ModerateContentException
extends PanamaException
See Also:
Serialized Form

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

ModerateContentException

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

ModerateContentException

public ModerateContentException(java.lang.Throwable detail)
Construct a ModerateContentException with a detailed exception caught during moderation 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.