Skip navigation links

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

E12907-03


oracle.irm.engine.content.type
Class UnsupportedContentTypeException

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

All Implemented Interfaces:
Serializable

public class UnsupportedContentTypeException
extends Exception

Unsupported content type/format. The sealing process is restricted to certain content types/formats.

The error message associated with this exception is:

IRM-01016: Unsupported content type: {0}.
See Also:
Serialized Form

Constructor Summary
UnsupportedContentTypeException(String value)
          Constructor.
UnsupportedContentTypeException(String value, Throwable cause)
          Constructor.

 

Method Summary
 String getValue()
          The unknown thing.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

UnsupportedContentTypeException

public UnsupportedContentTypeException(String value)
Constructor.
Parameters:
value - The unknown thing.

UnsupportedContentTypeException

public UnsupportedContentTypeException(String value,
                                       Throwable cause)
Constructor.
Parameters:
value - The unknown thing.
cause - Cause of the exception.

Method Detail

getValue

public final String getValue()
The unknown thing.
Returns:
the value of the property. This method will never return null.

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.