|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.fatwire.cs.ui.exception.UIException
com.fatwire.cs.ui.exception.UIServiceException
com.fatwire.cs.ui.exception.UICSAccessFailureException
public class UICSAccessFailureException
Exception generated from the service layer of CS. Typically it will be created from user / role Asset operation(s) permission errors.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.fatwire.cs.ui.exception.UIServiceException |
|---|
UIServiceException.Severity |
| Constructor Summary | |
|---|---|
UICSAccessFailureException(java.lang.Throwable cause)
Constructs a new exception with a nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.fatwire.cs.ui.exception.UIServiceException |
|---|
getErrno, getSeverity, setErrno, setSeverity |
| Methods inherited from class com.fatwire.cs.ui.exception.UIException |
|---|
getMessage, getName, getRenderer, render, setName, setRenderer |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UICSAccessFailureException(java.lang.Throwable cause)
cause - the cause of the CS Access failure exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||