com.bmc.mainview.nvbapi
Class HostErrorMessage

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.bmc.mainview.nvbapi.HostErrorMessage
All Implemented Interfaces:
java.io.Serializable

public class HostErrorMessage
extends java.io.IOException

Thrown to contain host error messages

Version:
2.0
Author:
F. Schneider

Field Summary
 java.lang.String[] messages
           
 
Constructor Summary
HostErrorMessage(java.lang.String[] msgs)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

messages

public java.lang.String[] messages
Constructor Detail

HostErrorMessage

public HostErrorMessage(java.lang.String[] msgs)