Package org.eclipse.basyx.vab.exception
Class ReadOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.basyx.vab.exception.ReadOnlyException
-
- All Implemented Interfaces:
Serializable
public class ReadOnlyException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyException(String name)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Return detailed message-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadOnlyException
public ReadOnlyException(String name)
Constructor
-
-
Method Detail
-
getMessage
public String getMessage()
Return detailed message- Overrides:
getMessage
in classThrowable
-
-