com.tensegrity.palowebviewer.server.exeptions
Class PaloWebViewerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tensegrity.palowebviewer.server.exeptions.PaloWebViewerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException

public class PaloWebViewerException
extends java.lang.Exception

PaloWebViewerException for using with server

See Also:
Serialized Form

Constructor Summary
PaloWebViewerException()
           
PaloWebViewerException(java.lang.String message)
           
PaloWebViewerException(java.lang.String message, java.lang.Throwable cause)
           
PaloWebViewerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

PaloWebViewerException

public PaloWebViewerException()

PaloWebViewerException

public PaloWebViewerException(java.lang.String message)

PaloWebViewerException

public PaloWebViewerException(java.lang.Throwable cause)

PaloWebViewerException

public PaloWebViewerException(java.lang.String message,
                              java.lang.Throwable cause)