Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.types.content.sealing
Class ContentParseException

java.lang.Object
  extended by oracle.irm.engine.types.content.sealing.ContentParseException

All Implemented Interfaces:
Serializable

public class ContentParseException
extends Object
implements Serializable

Content Parse exception information. This exception is thrown when the unsealing or resealing process encounters a parse error.

This class is used to store the state of an EJB exception and the fault data in a Web Service exception.

See Also:
Serialized Form

Nested Class Summary
static class ContentParseException.Reason
          Reason enumeration.

 

Constructor Summary
ContentParseException()
          Default constructor.
ContentParseException(ContentParseException.Reason reason)
          Constructor.

 

Method Summary
 ContentParseException.Reason getReason()
          The reason the parsing failed.
 void setReason(ContentParseException.Reason value)
          The reason the parsing failed.

 

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

 

Constructor Detail

ContentParseException

public ContentParseException()
Default constructor.

ContentParseException

public ContentParseException(ContentParseException.Reason reason)
Constructor.

Method Detail

getReason

public ContentParseException.Reason getReason()
The reason the parsing failed.
Returns:
the value of the property.

setReason

public void setReason(ContentParseException.Reason value)
The reason the parsing failed.
Parameters:
value - the new value for the property.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.