Package org.onosproject.net.pi.service
Class PiTranslationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onosproject.net.pi.service.PiTranslationException
-
- All Implemented Interfaces:
Serializable
@Beta public final class PiTranslationException extends Exception
Signals that an error was encountered while translating an entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PiTranslationException(String message)
Creates a new exception with the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PiTranslationException
public PiTranslationException(String message)
Creates a new exception with the given message.- Parameters:
message
- a message
-
-