public class CircularLinksException extends ContentBusException
CircularLinksException is thrown when circular symbolic
links are detected in the hierarchy.rootException| Constructor and Description |
|---|
CircularLinksException(java.lang.Exception e)
Class constructor that initializes this
CircularLinksException
with a given parent exception |
CircularLinksException(java.lang.String msg)
Class constructor that initializes this
CircularLinksException
with a given message. |
CircularLinksException(java.lang.String s,
java.lang.Exception e)
Class constructor that initializes this
CircularLinksException
with a given message and a parent exception |
getMessage, getRootException, printStackTrace, printStackTrace, printStackTracepublic CircularLinksException(java.lang.String msg)
CircularLinksException
with a given message.msg - the messagepublic CircularLinksException(java.lang.String s,
java.lang.Exception e)
CircularLinksException
with a given message and a parent exceptions - the messagee - the parent exceptionpublic CircularLinksException(java.lang.Exception e)
CircularLinksException
with a given parent exceptione - the parent exception