IllegalDependencyException Class

com.bea.netuix.application.exception
IllegalDependencyException Class

public class IllegalDependencyException

    extends NetuixException

This exception is thrown when customizing a portal would cause a recursive dependency. A typical example of this exception would be attempting to add a page, book, etc. to itself.


Hierarchy
Object
  Throwable
    Exception
      NetuixException
        IllegalDependencyException
All Implemented Interfaces

Serializable

Constructor Summary

IllegalDependencyException()

Constructs a IllegalDependencyException with no specified detail message.
IllegalDependencyException(String s, Throwable cause)

Constructs a IllegalDependencyException with the specified detail message and causal exception.
IllegalDependencyException(String s)

Constructs a IllegalDependencyException with the specified detail message.
IllegalDependencyException(Throwable cause)

Constructs a IllegalDependencyException with the specified causal exception.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

IllegalDependencyException

public IllegalDependencyException()
Constructs a IllegalDependencyException with no specified detail message.

IllegalDependencyException

public IllegalDependencyException(String s, 
                                  Throwable cause)
Constructs a IllegalDependencyException with the specified detail message and causal exception.

IllegalDependencyException

public IllegalDependencyException(String s)
Constructs a IllegalDependencyException with the specified detail message.

IllegalDependencyException

public IllegalDependencyException(Throwable cause)
Constructs a IllegalDependencyException with the specified causal exception.