Package org.openwebnet4j.communication
Class OWNAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openwebnet4j.communication.OWNException
-
- org.openwebnet4j.communication.OWNAuthException
-
- All Implemented Interfaces:
Serializable
public class OWNAuthException extends OWNException
Authorisation exception- Author:
- M. Valla - Initial contribution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OWNAuthException()
Constructs a newOWNAuthException
without a detail message.OWNAuthException(String s)
Constructs a newOWNAuthException
with the specified detail message.OWNAuthException(String s, Throwable cause)
Constructs a newOWNAuthException
with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OWNAuthException
public OWNAuthException()
Constructs a newOWNAuthException
without a detail message.
-
OWNAuthException
public OWNAuthException(String s)
Constructs a newOWNAuthException
with the specified detail message.- Parameters:
s
- the detail message
-
-