Class IncompatibleVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.artisol.teneo.manager.client.exception.IncompatibleVersionException
-
- All Implemented Interfaces:
Serializable
public final class IncompatibleVersionException extends Exception implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleVersionException()Constructs an emptyIncompatibleVersionExceptionexceptionIncompatibleVersionException(String pMessage)Constructs aIncompatibleVersionExceptionexception with pMessage messageIncompatibleVersionException(String pMessage, Throwable pThrowable)Constructs aIncompatibleVersionExceptionexception wrapping a pThrowable Throwable with pMessage messageIncompatibleVersionException(Throwable pThrowable)Constructs aIncompatibleVersionExceptionexception wrapping a pThrowable Throwable
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IncompatibleVersionException
public IncompatibleVersionException()
Constructs an emptyIncompatibleVersionExceptionexception
-
IncompatibleVersionException
public IncompatibleVersionException(String pMessage)
Constructs aIncompatibleVersionExceptionexception with pMessage message- Parameters:
pMessage- Exception's message
-
IncompatibleVersionException
public IncompatibleVersionException(Throwable pThrowable)
Constructs aIncompatibleVersionExceptionexception wrapping a pThrowable Throwable- Parameters:
pThrowable- Throwable object
-
IncompatibleVersionException
public IncompatibleVersionException(String pMessage, Throwable pThrowable)
Constructs aIncompatibleVersionExceptionexception wrapping a pThrowable Throwable with pMessage message- Parameters:
pMessage- Exception's messagepThrowable- Throwable object
-
-