Skip navigation links


oracle.iam.platform.authopss.exception
Class EntityPublicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.platform.utils.SuperRuntimeException
                  extended by oracle.iam.platform.authopss.exception.EntityPublicationException

All Implemented Interfaces:
java.io.Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class EntityPublicationException
extends SuperRuntimeException

An exception to signal the error condition that error occurred during the Publication of entity.

See Also:
Serialized Form

Constructor Summary
EntityPublicationException(EntityPublication faultyEntity)
          Constructs a new super exception with null as its detail message.
EntityPublicationException(java.lang.String message, EntityPublication faultyEntity)
          Constructs a new super exception with the specified detail message.
EntityPublicationException(java.lang.String message, java.lang.Throwable cause, EntityPublication faultyEntity)
          Constructs a new super exception with the specified detail message and cause.
EntityPublicationException(java.lang.Throwable cause, EntityPublication faultyEntity)
          Constructs a new super exception with the specified cause.

 

Method Summary
 EntityPublication getFaultyPublishedEntity()
          Getter for the faulty entity that generated this EntityPublicationException.

 

Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

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

 

Constructor Detail

EntityPublicationException

public EntityPublicationException(EntityPublication faultyEntity)
Constructs a new super exception with null as its detail message.

EntityPublicationException

public EntityPublicationException(java.lang.String message,
                                  EntityPublication faultyEntity)
Constructs a new super exception with the specified detail message.
Parameters:
message - the detail message

EntityPublicationException

public EntityPublicationException(java.lang.String message,
                                  java.lang.Throwable cause,
                                  EntityPublication faultyEntity)
Constructs a new super exception with the specified detail message and cause.
Parameters:
message - the detail message
cause - the cause

EntityPublicationException

public EntityPublicationException(java.lang.Throwable cause,
                                  EntityPublication faultyEntity)
Constructs a new super exception with the specified cause.
Parameters:
cause - the cause

Method Detail

getFaultyPublishedEntity

public EntityPublication getFaultyPublishedEntity()
Getter for the faulty entity that generated this EntityPublicationException.
Returns:

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.