Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.variant.share.error.VariantException
com.variant.server.spi.ServerException
All Implemented Interfaces:
Serializable

public class ServerException extends com.variant.share.error.VariantException
The super-type for of Variant server exception.
Since:
0.7
See Also:
  • Constructor Details

    • ServerException

      public ServerException()
    • ServerException

      public ServerException(String msg)
    • ServerException

      public ServerException(Throwable t)
    • ServerException

      public ServerException(String msg, Throwable t)