com.fatwire.cs.ui.exception
Class UICSAccessFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.cs.ui.exception.UIException
              extended by com.fatwire.cs.ui.exception.UIServiceException
                  extended by com.fatwire.cs.ui.exception.UICSAccessFailureException
All Implemented Interfaces:
java.io.Serializable

public class UICSAccessFailureException
extends UIServiceException

Exception generated from the service layer of CS. Typically it will be created from user / role Asset operation(s) permission errors.

See Also:
Serialized Form

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

UICSAccessFailureException

public UICSAccessFailureException(java.lang.Throwable cause)
Constructs a new exception with a nested exception.

Parameters:
cause - the cause of the CS Access failure exception


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.