public class ActivityException extends Exception
Constructor and Description |
---|
ActivityException()
This constructor calls the
Exception constructor with the same signature. |
ActivityException(String message)
This constructor calls the
Exception constructor with the same signature. |
ActivityException(String message,
Throwable cause)
This constructor calls the
Exception constructor with the same signature. |
ActivityException(Throwable cause)
This constructor calls the
Exception constructor with the same signature. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityException()
Exception
constructor with the same signature.public ActivityException(String message)
Exception
constructor with the same signature.message
- The message associated with the exception.public ActivityException(Throwable cause)
Exception
constructor with the same signature.cause
- The exception that caused this exception.Copyright © 1999–2017 Apache OODT. All rights reserved.