Class ServerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServerException
    extends java.lang.Exception

    Since:
    2.0
    Version:
    2.0
    Author:
    Michael Grove
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerException​(java.lang.String theMessage)  
      ServerException​(java.lang.String theMessage, java.lang.Throwable theCause)  
      ServerException​(java.lang.Throwable theCause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ServerException

        public ServerException​(java.lang.String theMessage)
      • ServerException

        public ServerException​(java.lang.Throwable theCause)
      • ServerException

        public ServerException​(java.lang.String theMessage,
                               java.lang.Throwable theCause)