com.ibm.are.common
Class OsReleaseNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.are.common.GenericAreException
                  extended by com.ibm.are.common.OsReleaseNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class OsReleaseNotSupportedException
extends GenericAreException

The OsReleaseNotSupportedException exception class can be thrown when the ARE is run on an unsupported release of the IBM i operating system.

Version:
1.0
Author:
IBM
See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright for class bytecode

See Also:
Constant Field Values
Constructor Detail

OsReleaseNotSupportedException

public OsReleaseNotSupportedException()
Constructs a new OsReleaseNotSupportedException object with no detailed message.


OsReleaseNotSupportedException

public OsReleaseNotSupportedException(java.lang.String message)
Constructs a new OsReleaseNotSupportedException object with the specified detail message.

Parameters:
message - The detail message for this exception

OsReleaseNotSupportedException

public OsReleaseNotSupportedException(java.lang.Throwable t)
Constructs a new OsReleaseNotSupportedException object with no detail message and the specified original exception.

Parameters:
t - The original exception that caused this one to be thrown