com.vinculumtech.platform.system
Class PlatformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.vinculumtech.platform.system.PlatformException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContextTreeException, DataModelException

public class PlatformException
extends java.lang.RuntimeException

This exception wraps failures thrown from the platform implementation.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/system/PlatformException.java#4 $
See Also:
Serialized Form

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

PlatformException

public PlatformException(java.lang.String message)

PlatformException

public PlatformException(java.lang.Throwable nestedException)

PlatformException

public PlatformException(java.lang.String message,
                         java.lang.Throwable nestedException)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.