com.vlsolutions.swing.docking.ws
Class WorkspaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vlsolutions.swing.docking.ws.WorkspaceException
All Implemented Interfaces:
java.io.Serializable

public class WorkspaceException
extends java.lang.Exception

An exception raised when a workspace operation has gone wrong (can encapsulate another exception).

See Also:
Serialized Form

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

WorkspaceException

public WorkspaceException(java.lang.String message)

WorkspaceException

public WorkspaceException(java.lang.Exception cause)

WorkspaceException

public WorkspaceException(java.lang.String message,
                          java.lang.Exception cause)


© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications