Package io.muserver
Class MuException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.muserver.MuException
-
- All Implemented Interfaces:
java.io.Serializable
public class MuException extends java.lang.RuntimeException
A generic exception raised by mu-server- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MuException(java.lang.String message)
Creates a new exceptionMuException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception
-
-
-
Constructor Detail
-
MuException
public MuException(java.lang.String message)
Creates a new exception- Parameters:
message
- The exception message
-
MuException
public MuException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception- Parameters:
message
- The exception messagecause
- The cause of the exception
-
-