org.ops4j.pax.runner.platform
Class PlatformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ops4j.pax.runner.platform.PlatformException
All Implemented Interfaces:
java.io.Serializable

public class PlatformException
extends java.lang.Exception

Thrown to indicate an exception during running of the platform.

Since:
August 19, 2007
Author:
Alin Dreghiciu
See Also:
Serialized Form

Constructor Summary
PlatformException(java.lang.String message)
           
PlatformException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Constructor Detail

PlatformException

public PlatformException(java.lang.String message)
Parameters:
message - The exception message.
See Also:
Exception.Exception(String)

PlatformException

public PlatformException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message - The exception message.
cause - The original cause of this exception.
See Also:
Exception.Exception(String,Throwable)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.