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 IllegalMimeTypeException

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

All Implemented Interfaces:
Serializable

public class IllegalMimeTypeException
extends Object
implements Serializable

Illegal Mime Type exception information.

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
IllegalMimeTypeException()
          Default constructor.
IllegalMimeTypeException(String mimeType)
          Constructor.

 

Method Summary
 String getMimeType()
          The invalid MIME type.
 void setMimeType(String value)
          The invalid MIME type.

 

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

 

Constructor Detail

IllegalMimeTypeException

public IllegalMimeTypeException()
Default constructor.

IllegalMimeTypeException

public IllegalMimeTypeException(String mimeType)
Constructor.

Method Detail

getMimeType

public String getMimeType()
The invalid MIME type.
Returns:
the value of the property.

setMimeType

public void setMimeType(String value)
The invalid MIME type.
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.