ch.systemsx.cisd.common.exceptions
Class InvalidExternalDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.HighLevelException
ch.systemsx.cisd.common.exceptions.InvalidExternalDataException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidExternalDataException
- extends HighLevelException
Data provided to the system from another system is invalid. This class is supposed to be used in
cases where the data cannot be attributed to any user, but rather another system.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidExternalDataException
public InvalidExternalDataException(java.lang.String message)
InvalidExternalDataException
public InvalidExternalDataException(java.lang.String message,
java.lang.Throwable cause)
fromTemplate
public static InvalidExternalDataException fromTemplate(java.lang.String messageTemplate,
java.lang.Object... args)
- Creates an
InvalidExternalDataException
using a Formatter
.
fromTemplate
public static InvalidExternalDataException fromTemplate(java.lang.Throwable cause,
java.lang.String messageTemplate,
java.lang.Object... args)
- Creates an
InvalidExternalDataException
using a Formatter
.