Skip navigation links

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

E12907-01


oracle.irm.engine.types.core.status
Class StatusPageRedirectException

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

All Implemented Interfaces:
Serializable

public class StatusPageRedirectException
extends Object
implements Serializable

Status Page Redirect exception information. 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.

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
StatusPageRedirectException()
          Default constructor.
StatusPageRedirectException(StatusPageRedirectTarget target)
          Constructor.

 

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

 

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

 

Constructor Detail

StatusPageRedirectException

public StatusPageRedirectException()
Default constructor.

StatusPageRedirectException

public StatusPageRedirectException(StatusPageRedirectTarget target)
Constructor.

Method Detail

getTarget

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

setTarget

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


Copyright © 2010, Oracle. All rights reserved.