|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.are.common.GenericAreException
com.ibm.are.common.OsReleaseNotSupportedException
public class OsReleaseNotSupportedException
The OsReleaseNotSupportedException
exception class can be thrown when the
ARE is run on an unsupported release of the IBM i operating system.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Constructor Summary | |
---|---|
OsReleaseNotSupportedException()
Constructs a new OsReleaseNotSupportedException
object with no detailed message. |
|
OsReleaseNotSupportedException(java.lang.String message)
Constructs a new OsReleaseNotSupportedException
object with the specified detail message. |
|
OsReleaseNotSupportedException(java.lang.Throwable t)
Constructs a new OsReleaseNotSupportedException
object with no detail message and the specified original exception. |
Method Summary |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public OsReleaseNotSupportedException()
OsReleaseNotSupportedException
object with no detailed message.
public OsReleaseNotSupportedException(java.lang.String message)
OsReleaseNotSupportedException
object with the specified detail message.
message
- The detail message for this exceptionpublic OsReleaseNotSupportedException(java.lang.Throwable t)
OsReleaseNotSupportedException
object with no detail message and the specified original exception.
t
- The original exception that caused this one to be thrown
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |