Class LookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.signalwirecommunity.exceptions.LookupException
-
- All Implemented Interfaces:
java.io.Serializable
public class LookupException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LookupException.LookupError
static class
LookupException.LookUpFailed
-
Field Summary
Fields Modifier and Type Field Description LookupException.LookUpFailed
error
-
Constructor Summary
Constructors Constructor Description LookupException(LookupException.LookUpFailed error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupException.LookUpFailed
getError()
-
-
-
Field Detail
-
error
public LookupException.LookUpFailed error
-
-
Constructor Detail
-
LookupException
public LookupException(LookupException.LookUpFailed error)
-
-
Method Detail
-
getError
public LookupException.LookUpFailed getError()
-
-