Skip navigation links

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

E12907-01


oracle.irm.engine.core.status
Class StatusPageRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.irm.engine.core.status.StatusPageRedirectException

All Implemented Interfaces:
Serializable

public class StatusPageRedirectException
extends Exception

Status page redirect. When a status page is requested from the desktop the default behaviour is for the server to provide a simple HTML page. If the status page is to be hosted on a different system or server (say for an integration with another product) a redirect exception can be thrown.

The error message associated with this exception is:

IRM-01076: Status page redirected to URI.
See Also:
Serialized Form

Constructor Summary
StatusPageRedirectException(StatusPageRedirectTarget target)
          Constructor.
StatusPageRedirectException(StatusPageRedirectTarget target, Throwable cause)
          Constructor.

 

Method Summary
 StatusPageRedirectTarget getTarget()
          The target of the redirection.

 

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

StatusPageRedirectException

public StatusPageRedirectException(StatusPageRedirectTarget target)
Constructor.
Parameters:
target - The target of the redirection. The target describes the location to redirect to and the method of redirection.

StatusPageRedirectException

public StatusPageRedirectException(StatusPageRedirectTarget target,
                                   Throwable cause)
Constructor.
Parameters:
target - The target of the redirection. The target describes the location to redirect to and the method of redirection.
cause - Cause of the exception.

Method Detail

getTarget

public final StatusPageRedirectTarget getTarget()
The target of the redirection. The target describes the location to redirect to and the method of redirection.
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-01


Copyright © 2010, Oracle. All rights reserved.