Skip navigation links

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

E12907-03


oracle.irm.engine.types.content.type
Class UnsupportedContentTypeException

java.lang.Object
  extended by oracle.irm.engine.types.content.type.UnsupportedContentTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedContentTypeException
extends Object
implements Serializable

Unsupported Content Type exception information. The sealing process is restricted to certain content types/formats.

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

Constructor Summary
UnsupportedContentTypeException()
          Default constructor.
UnsupportedContentTypeException(String value)
          Constructor.

 

Method Summary
 String getValue()
          The unknown thing.
 void setValue(String value)
          The unknown thing.

 

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

 

Constructor Detail

UnsupportedContentTypeException

public UnsupportedContentTypeException()
Default constructor.

UnsupportedContentTypeException

public UnsupportedContentTypeException(String value)
Constructor.

Method Detail

getValue

public String getValue()
The unknown thing.
Returns:
the value of the property.

setValue

public void setValue(String value)
The unknown thing.
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.