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