Skip navigation links

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

E12907-02


oracle.irm.engine.content.sealing
Class EmptyContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by oracle.irm.engine.content.sealing.EmptyContentException

All Implemented Interfaces:
Serializable

public class EmptyContentException
extends IOException

Sealing empty content is not permitted. This exception is thrown when sealing content with zero size.

The error message associated with this exception is:

IRM-01011: The sealing process requires non-empty content.
See Also:
Serialized Form

Constructor Summary
EmptyContentException()
          Constructor.
EmptyContentException(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

EmptyContentException

public EmptyContentException()
Constructor.

EmptyContentException

public EmptyContentException(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.