Skip navigation links

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

E12907-02


oracle.irm.engine.content.type
Class UnknownContentTypeException

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

All Implemented Interfaces:
Serializable

public class UnknownContentTypeException
extends Exception

Unknown content type. This exception is thrown when the format of content cannot be determined. This could be due to a missing file extension, or a content-type header not be provided by a HTTP response. Sealing operations need to know the format of the content before the content can be sealed.

The error message associated with this exception is:

IRM-01015: Unknown content type/format.
See Also:
Serialized Form

Constructor Summary
UnknownContentTypeException()
          Constructor.
UnknownContentTypeException(Throwable cause)
          Constructor.

 

Method Summary

 

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

UnknownContentTypeException

public UnknownContentTypeException()
Constructor.

UnknownContentTypeException

public UnknownContentTypeException(Throwable cause)
Constructor.
Parameters:
cause - Cause of the exception.

Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.