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 UnknownContentTypeException

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

All Implemented Interfaces:
Serializable

public class UnknownContentTypeException
extends Object
implements Serializable

Unknown Content Type exception information. 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.

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
UnknownContentTypeException()
          Default constructor.

 

Method Summary

 

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

 

Constructor Detail

UnknownContentTypeException

public UnknownContentTypeException()
Default constructor.

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.