Package org.teamapps.ux.servlet
Class TeamAppsCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teamapps.ux.servlet.TeamAppsCommunicationException
- All Implemented Interfaces:
java.io.Serializable
public class TeamAppsCommunicationException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TeamAppsCommunicationException()TeamAppsCommunicationException(java.lang.String message)TeamAppsCommunicationException(java.lang.String message, java.lang.Throwable cause)TeamAppsCommunicationException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)TeamAppsCommunicationException(java.lang.Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TeamAppsCommunicationException
public TeamAppsCommunicationException() -
TeamAppsCommunicationException
public TeamAppsCommunicationException(java.lang.String message) -
TeamAppsCommunicationException
public TeamAppsCommunicationException(java.lang.String message, java.lang.Throwable cause) -
TeamAppsCommunicationException
public TeamAppsCommunicationException(java.lang.Throwable cause) -
TeamAppsCommunicationException
public TeamAppsCommunicationException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-